{"id":1373,"date":"2018-03-03T19:24:49","date_gmt":"2018-03-03T18:24:49","guid":{"rendered":"http:\/\/yarogniew.net\/arduino\/?page_id=1373"},"modified":"2018-05-11T19:21:55","modified_gmt":"2018-05-11T17:21:55","slug":"p5-sound-library","status":"publish","type":"page","link":"http:\/\/adsl_zapas.dkonto.pl\/index.php\/javascript\/p5-sound-library\/","title":{"rendered":"p5.sound library"},"content":{"rendered":"<p>\u22a5\u0179r\u00f3d\u0142a: <a href=\"https:\/\/p5js.org\/es\/reference\/#\/libraries\/p5.sound\">Reference: libraries\/p5.sound<\/a>, \u00a0<a href=\"https:\/\/www.youtube.com\/playlist?list=PLRqwX-V7Uu6aFcVjlDAkkGIixw70s7jpW\">p5.js Sound Tutorial<\/a>,<br \/>\n<span style=\"text-indent: 0em;\">\u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 <a href=\"https:\/\/github.com\/processing\/p5.js-sound\/blob\/master\/lib\/p5.sound.js\">GitHub: processing\/p5.js-sound <\/a><\/span><\/p>\n<p>p5.sound extends p5 with <a href=\"http:\/\/caniuse.com\/audio-api\" target=\"_blank\" rel=\"noopener\">Web Audio<\/a> functionality including audio input, playback, analysis and synthesis.<\/p>\n<p><a href=\"https:\/\/p5js.org\/es\/reference\/#\/p5.SoundFile\"><b>p5.SoundFile<\/b><\/a>: Load and play sound files.<br \/>\n<a href=\"https:\/\/p5js.org\/es\/reference\/#\/p5.Amplitude\"><b>p5.Amplitude<\/b><\/a>: Get the current volume of a sound.<br \/>\n<a href=\"https:\/\/p5js.org\/es\/reference\/#\/p5.AudioIn\"><b>p5.AudioIn<\/b><\/a>: Get sound from an input source, typically a computer microphone.<br \/>\n<a href=\"https:\/\/p5js.org\/es\/reference\/#\/p5.FFT\"><b>p5.FFT<\/b><\/a>: Analyze the frequency of sound. Returns results from the frequency spectrum or time domain (waveform).<br \/>\n<a href=\"https:\/\/p5js.org\/es\/reference\/#\/p5.Oscillator\"><b>p5.Oscillator<\/b><\/a>: Generate Sine, Triangle, Square and Sawtooth waveforms. Base class of <a href=\"https:\/\/p5js.org\/es\/reference\/#\/p5.Noise\">p5.Noise<\/a> and <a href=\"https:\/\/p5js.org\/es\/reference\/#\/p5.Pulse\">p5.Pulse<\/a>.<br \/>\n<a href=\"https:\/\/p5js.org\/es\/reference\/#\/p5.Env\"><b>p5.Env<\/b><\/a>: An Envelope is a series of fades over time. Often used to control an object&#8217;s output gain level as an &#8220;ADSR Envelope&#8221; (Attack, Decay, Sustain, Release). Can also modulate other parameters.<br \/>\n<a href=\"https:\/\/p5js.org\/es\/reference\/#\/p5.Delay\"><b>p5.Delay<\/b><\/a>: A delay effect with parameters for feedback, delayTime, and lowpass filter.<br \/>\n<a href=\"https:\/\/p5js.org\/es\/reference\/#\/p5.Filter\"><b>p5.Filter<\/b><\/a>: Filter the frequency range of a sound.<br \/>\n<a href=\"https:\/\/p5js.org\/es\/reference\/#\/p5.Reverb\"><b>p5.Reverb<\/b><\/a>: Add reverb to a sound by specifying duration and decay.<br \/>\n<b><a href=\"https:\/\/p5js.org\/es\/reference\/#\/p5.Convolver\">p5.Convolver<\/a>:<\/b> Extends <a href=\"https:\/\/p5js.org\/es\/reference\/#\/p5.Reverb\">p5.Reverb<\/a> to simulate the sound of real physical spaces through convolution.<br \/>\n<b><a href=\"https:\/\/p5js.org\/es\/reference\/#\/p5.SoundRecorder\">p5.SoundRecorder<\/a><\/b>: Record sound for playback \/ save the .wav file.<b><a href=\"https:\/\/p5js.org\/es\/reference\/#\/p5.Phrase\">p5.Phrase<\/a><\/b>, <b><a href=\"https:\/\/p5js.org\/es\/reference\/#\/p5.Part\">p5.Part<\/a><\/b> and <b><a href=\"https:\/\/p5js.org\/es\/reference\/#\/p5.Score\">p5.Score<\/a><\/b>: Compose musical sequences.<\/p>\n<hr \/>\n<section id=\"content\" role=\"region\">\n<div id=\"item\" class=\"item-wrapper apidocs\" tabindex=\"1\">\n<div class=\"constructor\">\n<h3>p5.Noise<\/h3>\n<div class=\"description\">\n<h4><span id=\"reference-description\">Descripci\u00f3n<\/span><\/h4>\n<p>Noise is a type of oscillator that generates a buffer with random values.<\/p>\n<p><span id=\"reference-extends\">Extiende<\/span> <a title=\"p5.Oscillator reference\" href=\"https:\/\/p5js.org\/reference\/#\/p5.Oscillator\">p5.Oscillator<\/a><\/p>\n<p>This function requires you include the p5.sound library. Add the following into the head of your index.html file:<\/p>\n<pre class=\" language-javascript\"><code class=\" language-javascript\"><span class=\"token operator\">&lt;<\/span>script language<span class=\"token operator\">=<\/span><span class=\"token string\">\"javascript\"<\/span> type<span class=\"token operator\">=<\/span><span class=\"token string\">\"text\/javascript\"<\/span> src<span class=\"token operator\">=<\/span><span class=\"token string\">\"path\/to\/p5.sound.js\"<\/span><span class=\"token operator\">&gt;<\/span><span class=\"token operator\">&lt;<\/span><span class=\"token operator\">\/<\/span>script<span class=\"token operator\">&gt;<\/span><\/code><\/pre>\n<\/div>\n<div>\n<h4><span id=\"reference-syntax\">Sintaxis<\/span><\/h4>\n<pre class=\" language-javascript\"><code class=\" language-javascript\"><span class=\"token keyword\">new<\/span> <span class=\"token class-name\">p5<span class=\"token punctuation\">.<\/span>Noise<\/span><span class=\"token punctuation\">(<\/span>type<span class=\"token punctuation\">)<\/span><\/code><\/pre>\n<\/div>\n<div class=\"params\">\n<h4><span id=\"reference-parameters\">Par\u00e1metros<\/span><\/h4>\n<table>\n<tbody>\n<tr>\n<td><code class=\" language-javascript\">type<\/code><\/td>\n<td><span class=\"param-type label label-info\">String<\/span>:Type of noise can be &#8216;white&#8217; (default), &#8216;brown&#8217; or &#8216;pink&#8217;.<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<\/div>\n<h4>Methods<\/h4>\n<table>\n<tbody>\n<tr>\n<td><a href=\"https:\/\/p5js.org\/es\/reference\/#\/p5.Noise\/setType\">setType()<\/a><\/td>\n<td>Set type of noise to &#8216;white&#8217;, &#8216;pink&#8217; or &#8216;brown&#8217;. White is the default.<\/td>\n<\/tr>\n<tr>\n<td><a href=\"https:\/\/p5js.org\/es\/reference\/#\/p5.Noise\/start\">start()<\/a><\/td>\n<td>Start the noise<\/td>\n<\/tr>\n<tr>\n<td><a href=\"https:\/\/p5js.org\/es\/reference\/#\/p5.Noise\/stop\">stop()<\/a><\/td>\n<td>Stop the noise.<\/td>\n<\/tr>\n<tr>\n<td><a href=\"https:\/\/p5js.org\/es\/reference\/#\/p5.Noise\/pan\">pan()<\/a><\/td>\n<td>Pan the noise.<\/td>\n<\/tr>\n<tr>\n<td><a href=\"https:\/\/p5js.org\/es\/reference\/#\/p5.Noise\/amp\">amp()<\/a><\/td>\n<td>Set the amplitude of the noise between 0 and 1.0. Or, modulate amplitude with an audio signal such as an oscillator.<\/td>\n<\/tr>\n<tr>\n<td><a href=\"https:\/\/p5js.org\/es\/reference\/#\/p5.Noise\/connect\">connect()<\/a><\/td>\n<td>Send output to a p5.sound or web audio object<\/td>\n<\/tr>\n<tr>\n<td><a href=\"https:\/\/p5js.org\/es\/reference\/#\/p5.Noise\/disconnect\">disconnect()<\/a><\/td>\n<td>Disconnect all output.<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<div id=\"file\" class=\"file-wrapper\"><\/div>\n<\/section>\n","protected":false},"excerpt":{"rendered":"<p>\u22a5\u0179r\u00f3d\u0142a: Reference: libraries\/p5.sound, \u00a0p5.js Sound Tutorial, \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 GitHub: processing\/p5.js-sound p5.sound extends p5 with Web Audio functionality including audio input, playback, analysis and synthesis&#8230;.<\/p>\n","protected":false},"author":3,"featured_media":0,"parent":1327,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"class_list":["post-1373","page","type-page","status-publish","hentry"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.8 - aioseo.com -->\n\t<meta name=\"description\" content=\"\u22a5\u0179r\u00f3d\u0142a: Reference: libraries\/p5.sound, p5.js Sound Tutorial, GitHub: processing\/p5.js-sound p5.sound extends p5 with Web Audio functionality including audio input, playback, analysis and synthesis. p5.SoundFile: Load and play sound files. p5.Amplitude: Get the current volume of a sound. p5.AudioIn: Get sound from an input source, typically a computer microphone.\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<link rel=\"canonical\" href=\"http:\/\/adsl_zapas.dkonto.pl\/index.php\/javascript\/p5-sound-library\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.8\" \/>\n\t\t<meta property=\"og:locale\" content=\"pl_PL\" \/>\n\t\t<meta property=\"og:site_name\" content=\"Arduino dla strasznych lamer\u00f3w - www.arduino.net.pl\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"p5.sound library - Arduino dla strasznych lamer\u00f3w\" \/>\n\t\t<meta property=\"og:description\" content=\"\u22a5\u0179r\u00f3d\u0142a: Reference: libraries\/p5.sound, p5.js Sound Tutorial, GitHub: processing\/p5.js-sound p5.sound extends p5 with Web Audio functionality including audio input, playback, analysis and synthesis. p5.SoundFile: Load and play sound files. p5.Amplitude: Get the current volume of a sound. p5.AudioIn: Get sound from an input source, typically a computer microphone.\" \/>\n\t\t<meta property=\"og:url\" content=\"http:\/\/adsl_zapas.dkonto.pl\/index.php\/javascript\/p5-sound-library\/\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2018-03-03T18:24:49+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2018-05-11T17:21:55+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:title\" content=\"p5.sound library - Arduino dla strasznych lamer\u00f3w\" \/>\n\t\t<meta name=\"twitter:description\" content=\"\u22a5\u0179r\u00f3d\u0142a: Reference: libraries\/p5.sound, p5.js Sound Tutorial, GitHub: processing\/p5.js-sound p5.sound extends p5 with Web Audio functionality including audio input, playback, analysis and synthesis. p5.SoundFile: Load and play sound files. p5.Amplitude: Get the current volume of a sound. p5.AudioIn: Get sound from an input source, typically a computer microphone.\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BreadcrumbList\",\"@id\":\"http:\\\/\\\/adsl_zapas.dkonto.pl\\\/index.php\\\/javascript\\\/p5-sound-library\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"http:\\\/\\\/adsl_zapas.dkonto.pl#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"http:\\\/\\\/adsl_zapas.dkonto.pl\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"http:\\\/\\\/adsl_zapas.dkonto.pl\\\/index.php\\\/javascript\\\/#listItem\",\"name\":\"JavaScript\"}},{\"@type\":\"ListItem\",\"@id\":\"http:\\\/\\\/adsl_zapas.dkonto.pl\\\/index.php\\\/javascript\\\/#listItem\",\"position\":2,\"name\":\"JavaScript\",\"item\":\"http:\\\/\\\/adsl_zapas.dkonto.pl\\\/index.php\\\/javascript\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"http:\\\/\\\/adsl_zapas.dkonto.pl\\\/index.php\\\/javascript\\\/p5-sound-library\\\/#listItem\",\"name\":\"p5.sound library\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"http:\\\/\\\/adsl_zapas.dkonto.pl#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"http:\\\/\\\/adsl_zapas.dkonto.pl\\\/index.php\\\/javascript\\\/p5-sound-library\\\/#listItem\",\"position\":3,\"name\":\"p5.sound library\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"http:\\\/\\\/adsl_zapas.dkonto.pl\\\/index.php\\\/javascript\\\/#listItem\",\"name\":\"JavaScript\"}}]},{\"@type\":\"Person\",\"@id\":\"http:\\\/\\\/adsl_zapas.dkonto.pl\\\/#person\",\"name\":\"yarogniew_anpl\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"http:\\\/\\\/adsl_zapas.dkonto.pl\\\/index.php\\\/javascript\\\/p5-sound-library\\\/#personImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/daf42a0de5021721fc53447fe7cf000e09055bf4fb96ef98490902a9e4de3bf2?s=96&d=identicon&r=g\",\"width\":96,\"height\":96,\"caption\":\"yarogniew_anpl\"}},{\"@type\":\"WebPage\",\"@id\":\"http:\\\/\\\/adsl_zapas.dkonto.pl\\\/index.php\\\/javascript\\\/p5-sound-library\\\/#webpage\",\"url\":\"http:\\\/\\\/adsl_zapas.dkonto.pl\\\/index.php\\\/javascript\\\/p5-sound-library\\\/\",\"name\":\"p5.sound library - Arduino dla strasznych lamer\\u00f3w\",\"description\":\"\\u22a5\\u0179r\\u00f3d\\u0142a: Reference: libraries\\\/p5.sound, p5.js Sound Tutorial, GitHub: processing\\\/p5.js-sound p5.sound extends p5 with Web Audio functionality including audio input, playback, analysis and synthesis. p5.SoundFile: Load and play sound files. p5.Amplitude: Get the current volume of a sound. p5.AudioIn: Get sound from an input source, typically a computer microphone.\",\"inLanguage\":\"pl-PL\",\"isPartOf\":{\"@id\":\"http:\\\/\\\/adsl_zapas.dkonto.pl\\\/#website\"},\"breadcrumb\":{\"@id\":\"http:\\\/\\\/adsl_zapas.dkonto.pl\\\/index.php\\\/javascript\\\/p5-sound-library\\\/#breadcrumblist\"},\"datePublished\":\"2018-03-03T19:24:49+01:00\",\"dateModified\":\"2018-05-11T19:21:55+02:00\"},{\"@type\":\"WebSite\",\"@id\":\"http:\\\/\\\/adsl_zapas.dkonto.pl\\\/#website\",\"url\":\"http:\\\/\\\/adsl_zapas.dkonto.pl\\\/\",\"name\":\"Arduino dla strasznych lamer\\u00f3w\",\"description\":\"www.arduino.net.pl\",\"inLanguage\":\"pl-PL\",\"publisher\":{\"@id\":\"http:\\\/\\\/adsl_zapas.dkonto.pl\\\/#person\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"p5.sound library - Arduino dla strasznych lamer\u00f3w","description":"\u22a5\u0179r\u00f3d\u0142a: Reference: libraries\/p5.sound, p5.js Sound Tutorial, GitHub: processing\/p5.js-sound p5.sound extends p5 with Web Audio functionality including audio input, playback, analysis and synthesis. p5.SoundFile: Load and play sound files. p5.Amplitude: Get the current volume of a sound. p5.AudioIn: Get sound from an input source, typically a computer microphone.","canonical_url":"http:\/\/adsl_zapas.dkonto.pl\/index.php\/javascript\/p5-sound-library\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BreadcrumbList","@id":"http:\/\/adsl_zapas.dkonto.pl\/index.php\/javascript\/p5-sound-library\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"http:\/\/adsl_zapas.dkonto.pl#listItem","position":1,"name":"Home","item":"http:\/\/adsl_zapas.dkonto.pl","nextItem":{"@type":"ListItem","@id":"http:\/\/adsl_zapas.dkonto.pl\/index.php\/javascript\/#listItem","name":"JavaScript"}},{"@type":"ListItem","@id":"http:\/\/adsl_zapas.dkonto.pl\/index.php\/javascript\/#listItem","position":2,"name":"JavaScript","item":"http:\/\/adsl_zapas.dkonto.pl\/index.php\/javascript\/","nextItem":{"@type":"ListItem","@id":"http:\/\/adsl_zapas.dkonto.pl\/index.php\/javascript\/p5-sound-library\/#listItem","name":"p5.sound library"},"previousItem":{"@type":"ListItem","@id":"http:\/\/adsl_zapas.dkonto.pl#listItem","name":"Home"}},{"@type":"ListItem","@id":"http:\/\/adsl_zapas.dkonto.pl\/index.php\/javascript\/p5-sound-library\/#listItem","position":3,"name":"p5.sound library","previousItem":{"@type":"ListItem","@id":"http:\/\/adsl_zapas.dkonto.pl\/index.php\/javascript\/#listItem","name":"JavaScript"}}]},{"@type":"Person","@id":"http:\/\/adsl_zapas.dkonto.pl\/#person","name":"yarogniew_anpl","image":{"@type":"ImageObject","@id":"http:\/\/adsl_zapas.dkonto.pl\/index.php\/javascript\/p5-sound-library\/#personImage","url":"https:\/\/secure.gravatar.com\/avatar\/daf42a0de5021721fc53447fe7cf000e09055bf4fb96ef98490902a9e4de3bf2?s=96&d=identicon&r=g","width":96,"height":96,"caption":"yarogniew_anpl"}},{"@type":"WebPage","@id":"http:\/\/adsl_zapas.dkonto.pl\/index.php\/javascript\/p5-sound-library\/#webpage","url":"http:\/\/adsl_zapas.dkonto.pl\/index.php\/javascript\/p5-sound-library\/","name":"p5.sound library - Arduino dla strasznych lamer\u00f3w","description":"\u22a5\u0179r\u00f3d\u0142a: Reference: libraries\/p5.sound, p5.js Sound Tutorial, GitHub: processing\/p5.js-sound p5.sound extends p5 with Web Audio functionality including audio input, playback, analysis and synthesis. p5.SoundFile: Load and play sound files. p5.Amplitude: Get the current volume of a sound. p5.AudioIn: Get sound from an input source, typically a computer microphone.","inLanguage":"pl-PL","isPartOf":{"@id":"http:\/\/adsl_zapas.dkonto.pl\/#website"},"breadcrumb":{"@id":"http:\/\/adsl_zapas.dkonto.pl\/index.php\/javascript\/p5-sound-library\/#breadcrumblist"},"datePublished":"2018-03-03T19:24:49+01:00","dateModified":"2018-05-11T19:21:55+02:00"},{"@type":"WebSite","@id":"http:\/\/adsl_zapas.dkonto.pl\/#website","url":"http:\/\/adsl_zapas.dkonto.pl\/","name":"Arduino dla strasznych lamer\u00f3w","description":"www.arduino.net.pl","inLanguage":"pl-PL","publisher":{"@id":"http:\/\/adsl_zapas.dkonto.pl\/#person"}}]},"og:locale":"pl_PL","og:site_name":"Arduino dla strasznych lamer\u00f3w - www.arduino.net.pl","og:type":"article","og:title":"p5.sound library - Arduino dla strasznych lamer\u00f3w","og:description":"\u22a5\u0179r\u00f3d\u0142a: Reference: libraries\/p5.sound, p5.js Sound Tutorial, GitHub: processing\/p5.js-sound p5.sound extends p5 with Web Audio functionality including audio input, playback, analysis and synthesis. p5.SoundFile: Load and play sound files. p5.Amplitude: Get the current volume of a sound. p5.AudioIn: Get sound from an input source, typically a computer microphone.","og:url":"http:\/\/adsl_zapas.dkonto.pl\/index.php\/javascript\/p5-sound-library\/","article:published_time":"2018-03-03T18:24:49+00:00","article:modified_time":"2018-05-11T17:21:55+00:00","twitter:card":"summary_large_image","twitter:title":"p5.sound library - Arduino dla strasznych lamer\u00f3w","twitter:description":"\u22a5\u0179r\u00f3d\u0142a: Reference: libraries\/p5.sound, p5.js Sound Tutorial, GitHub: processing\/p5.js-sound p5.sound extends p5 with Web Audio functionality including audio input, playback, analysis and synthesis. p5.SoundFile: Load and play sound files. p5.Amplitude: Get the current volume of a sound. p5.AudioIn: Get sound from an input source, typically a computer microphone."},"aioseo_meta_data":{"post_id":"1373","title":null,"description":null,"keywords":null,"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":null,"created":"2022-08-02 13:02:51","updated":"2025-07-03 03:08:20","seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"http:\/\/adsl_zapas.dkonto.pl\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"http:\/\/adsl_zapas.dkonto.pl\/index.php\/javascript\/\" title=\"JavaScript\">JavaScript<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tp5.sound library\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"http:\/\/adsl_zapas.dkonto.pl"},{"label":"JavaScript","link":"http:\/\/adsl_zapas.dkonto.pl\/index.php\/javascript\/"},{"label":"p5.sound library","link":"http:\/\/adsl_zapas.dkonto.pl\/index.php\/javascript\/p5-sound-library\/"}],"_links":{"self":[{"href":"http:\/\/adsl_zapas.dkonto.pl\/index.php\/wp-json\/wp\/v2\/pages\/1373","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/adsl_zapas.dkonto.pl\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"http:\/\/adsl_zapas.dkonto.pl\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"http:\/\/adsl_zapas.dkonto.pl\/index.php\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"http:\/\/adsl_zapas.dkonto.pl\/index.php\/wp-json\/wp\/v2\/comments?post=1373"}],"version-history":[{"count":6,"href":"http:\/\/adsl_zapas.dkonto.pl\/index.php\/wp-json\/wp\/v2\/pages\/1373\/revisions"}],"predecessor-version":[{"id":1497,"href":"http:\/\/adsl_zapas.dkonto.pl\/index.php\/wp-json\/wp\/v2\/pages\/1373\/revisions\/1497"}],"up":[{"embeddable":true,"href":"http:\/\/adsl_zapas.dkonto.pl\/index.php\/wp-json\/wp\/v2\/pages\/1327"}],"wp:attachment":[{"href":"http:\/\/adsl_zapas.dkonto.pl\/index.php\/wp-json\/wp\/v2\/media?parent=1373"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}